func github.com/gotd/ige.checkIV

5 uses

	github.com/gotd/ige (current package)
		decrypt.go#L15: 	if err := checkIV(b, iv); err != nil {
		decrypt.go#L36: 	if err := checkIV(block, iv); err != nil {
		encrypt.go#L15: 	if err := checkIV(b, iv); err != nil {
		encrypt.go#L36: 	if err := checkIV(block, iv); err != nil {
		ige.go#L38: func checkIV(b cipher.Block, iv []byte) error {